Hệ thống quản lý phòng khám trực tuyến bằng PHP

1 body{ font-family: sans-serif;}
2 .none{ display:none;}
3 .dropdown{color: #
444444;font-size:17px;}
4 #calender_section{ width:700px; margin:30px auto
0;}
5 #calender_section h2{ background-color:#efefef; color:#
444444; font-size:17px; text-align:center; line-height:40px;}
6 #calender_section h2 a{ color:#F58220;
float:none;}
7 #calender_section_top{ width:
100%; float:left; margin-top:20px;}
8 #calender_section_top ul{padding:
0; list-style-type:none;}
9 #calender_section_top ul li{
float:left; display:block; width:99px; border-right:1px solid #fff; text-align:center; font-size:14px; min-height:0; background:none; box-shadow:none; margin:0; padding:0;}
10 #calender_section_bot{ width:
100%; margin-top:20px; float:left; border-left:1px solid #ccc; border-bottom:1px solid #ccc;}
11 #calender_section_bot ul{ margin:
0; padding:0; list-style-type:none;}
12 #calender_section_bot ul li{
float:left; width:99px; height:80px; text-align:center; border-top:1px solid #ccc; border-right:1px solid #ccc; min-height:0; background:none; box-shadow:none; margin:0; padding:0; position:relative;}
13 #calender_section_bot ul li span{ margin-top:7px;
float:left; margin-left:7px; text-align:center;}
14
15 .grey{ background-color:#DDDDDD !important;}
16 .light_sky{ background-color:#B9FFFF !important;}

17
18 /*========== Hover Popup ===============*/

19 .date_cell { cursor: pointer; cursor: hand; }
20 .date_cell:hover { background: #DDDDDD !important; }
21 .date_popup_wrap {
22     position: absolute;
23     width: 143px;
24     height: 115px;
25     z-index:
9999;
26     top: -115px;
27     left:-55px;
28     background: transparent url(
add-new-event.png) no-repeat top left;
29     color: #
666 !important;
30 }
31 .events_window {
32     overflow: hidden;
33     overflow-y: auto;
34     width: 133px;
35     height: 115px;
36     margin-top: 28px;
37     margin-left: 25px;
38 }
39 .event_wrap {
40     margin-bottom: 10px; padding-bottom: 10px;
41     border-bottom: solid 1px #E4E4E7;
42     font-size: 12px;
43     padding: 3px;
44 }
45 .date_window {
46     margin-top:20px;
47     margin-bottom: 2px;
48     padding: 5px;
49     font-size: 16px;
50     margin-left:9px;
51     margin-right:14px
52 }
53 .popup_event {
54     margin-bottom: 2px;
55     padding: 2px;
56     font-size: 16px;
57     width:
100%;
58 }
59 .popup_event a {color: #
000000 !important;}
60 .packeg_box a {color: #F58220;
float: right;}
61 a:hover {color: #
181919;text-decoration: underline;}
62
63 @media only screen and (min-width:480px) and (max-width:767px) {
64 #calender_section{ width:336px;}
65 #calender_section_top ul li{ width:47px;}
66 #calender_section_bot ul li{ width:47px;}
67 }
68 @media only screen and (min-width: 320px) and (max-width: 479px) {
69 #calender_section{ width:219px;}
70 #calender_section_top ul li{ width:30px; font-size:11px;}
71 #calender_section_bot ul li{ width:30px;}
72 #calender_section_bot{ width:217px;}
73 #calender_section_bot ul li{ height:50px;}
74 }
75
76 @media only screen and (min-width: 768px) and (max-width: 1023px) {
77 #calender_section{ width:530px;}
78 #calender_section_top ul li{ width:74px;}
79 #calender_section_bot ul li{ width:74px;}
80 #calender_section_bot{ width:525px;}
81 #calender_section_bot ul li{ height:50px;}
82 }


Gõ tìm kiếm nhanh...